home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / os2 / commo70.zip / GUIDE.MAC < prev    next >
Text File  |  1996-08-24  |  4KB  |  77 lines

  1.  {:start}
  2.         {sfic y}
  3.         {info-qs0 Are you using a speech synthesizer? (Y/n)}
  4.         {ifco ,st1}
  5.         {info-d5s0 Don't forget to set "sfi=yes" in COMMO.SET}
  6.         {goto st2}
  7.  {:st1}
  8.         {sfic n}
  9.  {:st2}
  10.         {disp ,,,^[[6H^[[J} {cursor no}
  11.         {disp 08,22,4e,╔═════════════════════════════════════╗}
  12.         {disp 09,22,4e,║                                     ║}
  13.         {disp 10,22,4e,║  This is ^(COMMO^)'s New User Guide!  ║}
  14.         {disp 11,22,4e,║                                     ║}
  15.         {disp 12,22,4e,║ It will show you around some of the ║}
  16.         {disp 13,22,4e,║ features of the program.            ║}
  17.         {disp 14,22,4e,║                                     ║}
  18.         {disp 15,22,4e,║ Press F1 at any time to bring up    ║}
  19.         {disp 16,22,4e,║ context-related Online Help.        ║}
  20.         {disp 17,22,4e,║                                     ║}
  21.         {disp 18,22,4e,║ Press Esc to exit each window when  ║}
  22.         {disp 19,22,4e,║ you are ready to continue.          ║}
  23.         {disp 20,22,4e,║                                     ║}
  24.         {disp 21,22,4e,║ Now press Alt+G to edit Setup File. ║}
  25.         {sfic} {disp 21,34,ce,Alt+G} {sfic}
  26.         {disp 22,22,4e,║                                     ║}
  27.         {disp 23,22,4e,╚═════════════════════════════════════╝}
  28.         {}
  29.  
  30.  {:alg}
  31.         {setup}
  32.         {disp ,,,^[[6H^[[J}
  33.         {disp 10,17,70,┌─────────────────────────────────────────────┐}
  34.         {disp 11,17,70,│  IMPORTANT:  Changes to items in the Setup  │}
  35.         {disp 12,17,70,│              File are not effective until   │}
  36.         {disp 13,17,70,│              you restart ^(COMMO^)!           │}
  37.         {disp 14,17,70,│                                             │}
  38.         {disp 15,17,70,│     Now press Alt+D to view and edit the    │}
  39.         {sfic} {disp 15,33,f0,Alt+D} {sfic}
  40.         {disp 16,17,70,│     Dialing Directory.                      │}
  41.         {disp 17,17,70,└─────────────────────────────────────────────┘} {}
  42.  {:ald}
  43.         {dial}
  44.         {disp ,,,^[[6H^[[J}
  45.         {disp 12,18,70,┌───────────────────────────────────────────┐}
  46.         {disp 13,18,70,│  Press F10 for a Macro File menu example. │}
  47.         {sfic} {disp 13,27,f0,F10} {sfic}
  48.         {disp 14,18,70,└───────────────────────────────────────────┘} {}
  49.  
  50.  {:nf0}
  51.         {disp 6,1,,^[[J}
  52.         {setv _menu1,    This is a menu created with ^(COMMO^)'s}
  53.         {setv _menu2,    macro language.  Menus in the main}
  54.         {setv _menu3,    Macro File are used to select Upload}
  55.         {setv _menu4,      and Download Protocols, and for
  56.         {setv _menu5,         starting Utility Features.}
  57.         {setv _menu7,            Press "A" to ring.}
  58.         {setv _menu8,            Press "B" to beep.}
  59.         {setv _menu9,            Press "C" to continue.}
  60.         {setv _mlabel,alarm,beep,continue}
  61.         {setv _mcolor,03,47}
  62.         {wind-k1}
  63.         {menu 13,47,Sample Macro Menu} {goto continue}
  64.  
  65.  {:alarm} {alarm 1} {goto nf0}
  66.  {:beep} {beep} {goto nf0}
  67.  {:continue}
  68.         {wind-k0}
  69.         {disp ,,,^[[6H^[[J}
  70.         {disp 10,15,17,┌──────────────────────────────────────────────────┐}
  71.         {disp 11,15,17,│    Now you must exit and restart the program.    │}
  72.         {disp 12,15,17,│ To restart, just type "commo" at the DOS prompt. │}
  73.         {disp 13,15,17,│         (Press Alt+X to return to DOS.)          │}
  74.         {sfic} {disp 13,32,97,Alt+X} {sfic}
  75.         {disp 14,15,17,└──────────────────────────────────────────────────┘}
  76.         {}
  77.